about summary refs log tree commit diff stats
path: root/js/scripting-lang/input.txt
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-01-07 13:09:14 -0500
committerelioat <elioat@tilde.institute>2024-01-07 13:09:14 -0500
commit843842ebf58f52f38ebdb6f735024f7bce309eb3 (patch)
tree35c6ce432ad273078d6bfd0a3f85ddd1226f3fcb /js/scripting-lang/input.txt
parentb07f98097974c471b62414fd1ebc3de16879ed1d (diff)
downloadtour-843842ebf58f52f38ebdb6f735024f7bce309eb3.tar.gz
I mean, it does not work...but perhaps that is fine
Diffstat (limited to 'js/scripting-lang/input.txt')
-rw-r--r--js/scripting-lang/input.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/scripting-lang/input.txt b/js/scripting-lang/input.txt
new file mode 100644
index 0000000..d343086
--- /dev/null
+++ b/js/scripting-lang/input.txt
@@ -0,0 +1,3 @@
+x : 10;
+y : 20;
+x + y;
\ No newline at end of file