#] #] ********************* #] loaddefs link d_Qhelp 'cart vs pack.ndf' # www.BillHowell.ca 05Jan2021 initial #[a, b, c] = solitary (a b c) use the brackets as it is [shorthand, cleaner] #*********** # Setup (kind of like header info) # d_Qhelp := link d_Qroot 'help - [develop, debug, error list, etc]/' ; #******** #05Jan2020 square brackets and solitary a := tell 5 ; b := reverse tell 5 ; c := "dan. "john "barb "jim.. "herbie ; execute write 'cart EACH solitary a b c' execute write 'cart (solitary a) b (solitary c)' execute write 'cart [a]b[c]' # a := 4 5 reshape tell 20 # enddoc