Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Timex Sinclair 1000
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Bugs=== There are two little-known software differences between the T/S 1000 and T/S 1500.<ref>{{Cite web |title=Ask HN: What bug(s) make "LPRINT 0.00001" output "0.0XYZ1"? {{!}} Hacker News |url=https://news.ycombinator.com/item?id=21363892 |access-date=2023-01-20 |website=news.ycombinator.com}}</ref> On the T/S 1000 and ZX81, the command: LPRINT 0.00001 results in the Timex printer outputting <code>0.0XYZ1</code>. This well-known fault was corrected on the T/S 1500. The T/S 1000 runs the following loop correctly, but the T/S 1500 does not; it makes one fewer iteration than it should. <syntaxhighlight lang="basic"> 10 FOR I=0 TO 1 STEP 0.25 20 PRINT I 30 NEXT I </syntaxhighlight>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)