mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 06:23:39 +00:00
compiler: support comma-ok in map lookup
This commit is contained in:
Vendored
+2
@@ -46,3 +46,5 @@ map read: seven = 7
|
||||
ten = 10
|
||||
eleven = 11
|
||||
twelve = 12
|
||||
lookup with comma-ok: eight 8 true
|
||||
lookup with comma-ok: nokey 0 false
|
||||
|
||||
Reference in New Issue
Block a user