Skip to content

Latest commit

 

History

History
 
 

conditionals

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MojiScript IfElse Simple

MojiScript IfElse Simple example.

Install

# clone repository
git clone https://github.com/joelnet/MojiScript.git

# enter directory
cd MojiScript/examples/ifElse-simple

# install dependencies
npm ci

Run

# run if/else
npm run ifelse

# run conditional 1
npm run cond

# run conditional 2
npm run cond2