Log In  
Follow
Lark

Ridiculous Person

[ :: Read More :: ]
> a = "\F7"
> PRINT(a)

> b = SPLIT(a)[1]
> PRINT(b)
7
> PRINT(a==b)
FALSE
> PRINT(TYPE(b))
NUMBER

notice that taking the string "\F7", and running it through SPLIT turns it into the number 7.

should b not be equal to a for any STRING value of a in the above?

P#148219 2024-05-10 11:48

[ :: Read More :: ]

Cart #lark_klondike-5 | 2024-04-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
26


updated:
save tableau
save settings
optional setting: move from foundation
up and down arrows navigate to and from the deck

previous update: undo, persistent score, a no-move resign doesn't ding score

P#117572 2022-09-17 14:35 ( Edited 2024-04-28 12:39)