sobl

1.0.3 • Public • Published

sbl is some bad language written in JavaScript.

Note: sbl currently only has 2 commands. Use is very limited.

Installation

  1. Make sure Node.js is installed.
  2. Run npm i -g sobl

How to use:

  1. Make a .sbl file.
  2. Write !PROGRAM to run the sbl program below. You can also wrap it in another !PROGRAM command.
  3. Run the sbl program with sobl [file-name].sbl

Commands

  • !PROGRAM - Starts the program, anything below is the program. This could be closed with another !PROGRAM
  • PRINT [string] - Prints a string

Example

// Parts above the PROGRAM command are considered comments.
// P.S. You don't need the //, it is just for syntax highlighting purposes.
!PROGRAM
PRINT "Hello World!";
PRINT "This will be printed out too";
OTHERCMD "This command cannot be identified, thus is a comment and will be ignored.";
!PROGRAM
// Another PROGRAM command wraps the program [not required], so the parts below are also comments.

Readme

Keywords

Package Sidebar

Install

npm i sobl

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

3.67 kB

Total Files

10

Last publish

Collaborators

  • 1mmunity