Parse single instruction in neutral text

This commit is contained in:
2025-09-07 21:20:32 -06:00
parent 5ba25d4270
commit 925e486e65
15 changed files with 482 additions and 18 deletions

View File

@@ -3,3 +3,5 @@
module Say =
let hello name =
printfn "Hello %s" name