working on REPL: test template and basic analyzer hacks
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
>>> 1
|
||||
1
|
||||
>>> "aa"
|
||||
aa
|
||||
@@ -0,0 +1,4 @@
|
||||
>>> 12 + 13
|
||||
25
|
||||
>>> "foo ${1 + 2}"
|
||||
foo 3
|
||||
Reference in New Issue
Block a user