flan/lib/examples.ml
2024-07-09 21:01:55 +10:00

5 lines
153 B
OCaml

(** Examples of syntax / programs as strings that can be imported and tested *)
let let_bind_int = "let x = 10"
let let_bind_str = "let s = \"hello\" "