This repository has been archived by the owner on Jun 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation
Gavin Isgar edited this page Nov 5, 2018
·
1 revision
This page will describe all content regarding the development of JeeScript and/or development using JeeScript.
- Python (tested using Python 3.7.0 32-bit)
- A JeeScript file (ends in .jee)
- An IDE of choice
- Command-window/terminal
Creating a "Hello World" script in JeeScript is very simple! Firstly, open up your IDE of choice and open up your .jee file (preferable in the same directory as the JeeScript source, as we will be describing it in that format.) Once you are ready to write your code, type in WRITE "Hello World!"
; this is all that is required to create a "Hello World" script. Once done typing, head to your command-window/terminal and type in the JeeScript lexer-script + your .jee file. It should look like this:
Once you're ready, hit
Enter
and the script should run; you finished a "Hello World" script in JeeScript!
Copyright (C) Gavin Isgar 2018