The script requests/brainstorming thread!
(16 Apr 11, 01:45AM)VenteX Wrote: "Coming up next on VenteX's CubeScript MindF***s: swapping the numeric contents of two aliases without creating an extra one!"

a 2
b 3

alias swap [
               a (* $a $b);
               b (/ $a $b);
               a (/ $a $b)
]

Didn't bother testing it.

Edit: Holy fuck, 2:28 AM and I got it right. New usertitle.
Thanks given by:


Messages In This Thread
RE: The script requests/brainstorming thread! - by Mael - 16 Apr 11, 07:22AM