Post Reply 
Problem with append function
07-01-2015, 02:42 AM
Post: #6
RE: Problem with append function
(06-30-2015 05:22 PM)Tim Wessman Wrote:  You can also just do xx(0) := <something> to append.

Cool, it seems you can insert with negative numbers too:
Code:
xx(-n):=m // inserts m in position n

Strange thing that list seems to be the real translation of { } syntax:
Code:
list[1 2 3] == { 1,2,3 }

My website: erwin.ried.cl
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Problem with append function - BruceH - 06-28-2015, 10:15 PM
RE: Problem with append function - eried - 06-28-2015, 10:43 PM
RE: Problem with append function - DrD - 06-29-2015, 10:24 AM
RE: Problem with append function - BruceH - 06-29-2015, 06:45 PM
RE: Problem with append function - eried - 07-01-2015 02:42 AM



User(s) browsing this thread: 1 Guest(s)