Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 229 Bytes

File metadata and controls

14 lines (10 loc) · 229 Bytes

its not very good and I made it for fun

example:

int32 x = 42; string msg = "Hello, SFL!";

function main() return int32 is int32 { print(x); print(msg); return 0; }

run by using SimpleFastLanguage.exe example.sfl