Re: [pure-lang-users] list
Status: Beta
Brought to you by:
agraef
From: Jiri S. <jir...@bl...> - 2008-07-21 21:20:19
|
Eddie Rucker wrote: > Shouldn't > > list (1,2,3); > > > > return [1,2,3]? > > On my machine it doesn't return anything. > List is an interpreter command. You have to prefix the the line with a space to distinguish the function list from the command list " list (1,2,3);". Jiri |