feat: Implement input/output (ask built-in function)

This commit is contained in:
Alvin
2025-07-22 18:17:15 +02:00
parent 981147f440
commit 8e305629b8
2 changed files with 13 additions and 1 deletions

2
examples/io.fem Normal file
View File

@@ -0,0 +1,2 @@
name is ask("What's your name, femboy? ")
UwU Boy "Hello, " + name + "!"