Merge pull request #297 from ghost/beta-language

Created Hello World in the BETA language
This commit is contained in:
Mike Donaghy
2017-02-12 16:10:26 -06:00
committed by GitHub

4
b/beta.bet Normal file
View File

@@ -0,0 +1,4 @@
ORIGIN '~beta/basiclib/betaenv'
-- program: Descriptor --
(* Hello World in BETA *)
(# do 'Hello World' -> putLine #)