mirror of https://github.com/tinygo-org/tinygo.git
wasmstm32webassemblymicrocontrollerarmavrspiwasiadafruitarduinocircuitplayground-expressgpioi2cllvmmicrobitnrf51nrf52nrf52840samd21tinygo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
315 B
15 lines
315 B
hello from function pointer: 5
|
|
deferring...
|
|
Thing.Print: foo arg: bar
|
|
...run as defer 3
|
|
...run closure deferred: 4
|
|
...run as defer 1
|
|
loop 3
|
|
loop 2
|
|
loop 1
|
|
loop 0
|
|
bound method: foo
|
|
thing inside closure: foo
|
|
inside fp closure: foo 3
|
|
Thing.Print: arg: functional args 1
|
|
Thing.Print: named thing arg: functional args 2
|
|
|