✨
This commit is contained in:
@ -1 +1,2 @@
|
||||
5
|
||||
5
|
||||
|
@ -1,6 +1,8 @@
|
||||
hello|
|
||||
set 1 -> x|
|
||||
[
|
||||
set 5 -> x|
|
||||
do print<variable x;>|
|
||||
]|
|
||||
do print<variable x;>|
|
||||
goodbye|
|
1
tests/24_function_scope.expected
Normal file
1
tests/24_function_scope.expected
Normal file
@ -0,0 +1 @@
|
||||
1
|
5
tests/24_function_scope.plthy
Normal file
5
tests/24_function_scope.plthy
Normal file
@ -0,0 +1,5 @@
|
||||
hello|
|
||||
set 1 -> x|
|
||||
define f<0> as set 2 -> x|
|
||||
do print<variable x;>|
|
||||
goodbye|
|
Reference in New Issue
Block a user