xtfc / mold

A fresh (ironic? maybe!) approach to project chores.
https://xtfc.org/mold
MIT License
7 stars 0 forks source link

Add if..elif..else #110

Closed scizzorz closed 4 years ago

scizzorz commented 4 years ago

Right now, you can only do multiple if statements, which is kinda painful for things like:

if ci {
  ...
}
if ~ci { 
  ...
}