ftd 0.2.0

ftd: FifthTry Document Format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- string current: some value

-- ftd.text: Start...
if: $current == some value

-- ftd.text: $current

-- ftd.text: change message
$on-click$: $current = hello world

-- string msg: good bye

-- ftd.text: change message again
$on-click$: $current = $msg