Skip to content

Commit ec31af8

Browse files
authored
PROJECT_LANG_3.b
The current version (version 1) of the 3rd project language file for this project.
1 parent 6592af6 commit ec31af8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

PROJECT_LANG_3.b

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// Start of script
2+
implement Command;
3+
include "sys.m";
4+
sys: Sys;
5+
include "draw.m";
6+
include "sh.m";
7+
init(nil: ref Draw->Context, nil: list of string)
8+
{
9+
sys = load Sys Sys->PATH;
10+
sys->print("I decided to make Limbo the 3rd language for this project (Count Mausoleum) as a reference to the state of limbo, a place where the dead don't want to go.\n");
11+
}
12+
// File info
13+
// File type: Limbo source file (*.limbo)
14+
// File version: 1 (Saturday, June 12th 2021 at 7:00 pm)
15+
// Line count (including blank lines and compiler line): 17
16+
// End of script

0 commit comments

Comments
 (0)