1
0
forked from GitHub/gf-core

Add support for literals

This commit is contained in:
John J. Camilleri
2021-03-22 09:12:34 +01:00
parent 2d066853f1
commit f7df62a445
6 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
mkString "hello"
mkInt 123
mkFloat 30.809
and (mkString "one") (mkString "two")