Set: Difference between revisions

236 bytes added ,  1 year ago
Line 6,811:
 
=={{header|RPL}}==
RPL can handle lists, which are ordered sets. They can be created either by enumerating them:
{ "Azerty" #4 3.14 }
or by first pushing their components in the stack, then invoking the appropriate function:
"Azerty" #4 3.14 3 →LIST
{{works with|Halcyon Calc|4.2.7}}
{| class="wikitable"
1,151

edits