Skip to content

Commit 2243e52

Browse files
committed
splitting code runner from terminal
1 parent acf14c4 commit 2243e52

File tree

6 files changed

+305
-434
lines changed

6 files changed

+305
-434
lines changed

examples/basic.abs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ip = `curl -s 'https://api.ipify.org?format=json' | jq -rj ".ip"`
2-
echo "your ip is " + ip
2+
echo("your ip is " + ip)

repl/init.go

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)