Skip to content

Instantly share code, notes, and snippets.

@supertask
Last active March 13, 2016 22:29
Show Gist options
  • Save supertask/b474783c7f45ff982430 to your computer and use it in GitHub Desktop.
Save supertask/b474783c7f45ff982430 to your computer and use it in GitHub Desktop.
This file is A demo of UnitX language.
飛行機代 = 10{万円} * 2{往復}
rep (i,[{月},{年}]) {
>> 学校代 = 5{万円/月->i}
>> お泊まり代 = 6{万円/月->i}
>> 飛行機代
>> 計 = 飛行機代{万円} + (学校代 + お泊まり代){万円}
---
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment