Hei there i have a question
i know that i can request a position in a table with [#<item> <table>] but now i have a table like this
Table: 100Dice
1-2: 1-2
3-8: 3-8
9-20: 9-20
...
EndTable:
I search for a way/function that i can jump to rows in this talbe i.E. if the item is 5 the it would jump in the table to 3-8 and it should be possible to manipulate the item i.E. if the item is 5 again and i would write item==item+5 then would be the item 10 and jump to 9-20 in the table
thanks for your helps
necroion
Comments
It seems that, like many specific-purpose languages, IPP is very good at doing what it was designed to do, but if you want to accomplish something unexpected things get ugly quickly.
After a bit of experimentation, here's what I came up with:
Some notes:
Hope it works for you!