Skip to content

Commit b098a1a

Browse files
Merge pull request #55 from MarcellPerger1/update-tmbundle
Update textmate bundle, use list decl in example
2 parents da30bb5 + a9503e4 commit b098a1a

File tree

3 files changed

+966
-949
lines changed

3 files changed

+966
-949
lines changed

main_example_1.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
global stack = list();
1+
global[] stack = list();
22
global COUNT_REFS = false;
33

44
// opcodes from python version 3.8:

0 commit comments

Comments
 (0)