Files
plthy/tests/24_function_scope.plthy
2024-04-12 16:17:58 +02:00

5 lines
77 B
Plaintext

hello|
set 1 -> x|
define f<0> as set 2 -> x|
do print<variable x;>|
goodbye|