Re: Help on operators in Dolphin
Posted by Ian Bartholomew-21 on Dec 22, 2005; 9:30pm
URL: https://forum.world.st/Help-on-operators-in-Dolphin-tp3377011p3377024.html
Theo,
> Is there any ware in Help a details explanation of special operators
> and symbols. eg / // # ## ^ etc (I know some but not all of the uses)?
It's a bit difficult to judge what is or isn't well known and understood
in Dolphin, but here's a couple that might not be common knowledge ...
#[1 2 3 4 5]
as #(1 2 3 4 5) but answers a ByteArray - so the contents must be
Integers between 0 and 255
1 -> 2
Answers an Association with a key (of 1) and a value (of 2)
--
Ian
Use the Reply-To address to contact me (limited validity).
Mail sent to the From address is ignored.