feat: 新增内置函数input

This commit is contained in:
0264408
2026-02-06 11:46:27 +08:00
parent f86300f3ce
commit 5c5ca8600a
3 changed files with 20 additions and 2 deletions

2
examples/input.ast Normal file
View File

@@ -0,0 +1,2 @@
let name = input("Your name: ");
print("Hello, " + name)