Sudoku editor/Solver
|
12-22-2016, 08:57 AM
Post: #26
|
|||
|
|||
RE: Sudoku editor/Solver
I've upgraded my HW Prime, and the Sudoku program works very well on it.
But there's some really strange weirdness in my emulator. The built-in functions "head" and "tail" does not seem to work when the parameter is a local variable. E.g. Code: RETURN head({17, 4711, 42}); Code: LOCAL elm={17, 4711, 42}; returns the variable itself, "elm". Calling head on global variables works OK, e.g. Code: L0:={17,47111,42}; returns 17 as expected. I'm going to report this on the emulator/CK thread. /Lennart Börjeson Stockholm, Sweden |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)