diff options
author | Devine Lu Linvega <[email protected]> | 2019-04-24 07:21:09 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-04-24 07:21:09 +0900 |
commit | fc88572bd68709b1f1cf2cc995bdc544b9305c0d (patch) | |
tree | ca998381b4aabca5e86574ce78c012ccd3e40144 /examples | |
parent | ed896ca59e72d7904ef94e3fd53ae7432c55103d (diff) | |
download | Orca-fc88572bd68709b1f1cf2cc995bdc544b9305c0d.tar.gz Orca-fc88572bd68709b1f1cf2cc995bdc544b9305c0d.zip |
Replaced index with increment
Diffstat (limited to 'examples')
-rw-r--r-- | examples/i.orca | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/i.orca b/examples/i.orca index e9a1a64..6084feb 100644 --- a/examples/i.orca +++ b/examples/i.orca @@ -1,15 +1,15 @@ ......................................... -.#.INDEX.#............................... +.#.INCREMENT.#........................... ......................................... -.#.GET.THE.POSITION.OF.c.#............... +.#.INCREMENT.TO.16.#..................... ......................................... -.c4Iabcd................................. -...2..................................... +.0Ig..................................... +..4...................................... ......................................... -.#.GET.THE.POSITION.OF.d.#............... +.#.INCREMENT.TO.16.WITH.CAPITALS#........ ......................................... -.d8Iabcdabcd............................. -...3..................................... +.0IG..................................... +..5...................................... ......................................... ......................................... ......................................... |