mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-31 17:17:47 +00:00
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
hello from function pointer: 5
|
|
deferring...
|
|
Thing.Print: foo arg: bar
|
|
...run as defer 3
|
|
...run closure deferred: 4
|
|
...run as defer 1
|
|
bound method: foo
|
|
thing inside closure: foo
|
|
inside fp closure: foo 3
|