conv.str2long() added. alias problems detected.

This commit is contained in:
Irmen de Jong
2026-02-11 22:51:50 +01:00
parent 3f181b0ede
commit 5eb873b722
13 changed files with 255 additions and 185 deletions
+1 -1
View File
@@ -463,7 +463,7 @@ conv
Routines to convert strings to numbers or vice versa.
- numbers to strings, in various formats (binary, hex, decimal)
- strings in decimal, hex and binary format into numbers (bytes, words)
- strings in decimal, hex and binary format into numbers (bytes, words, longs)
Read the :source:`conv source code <compiler/res/prog8lib/conv.p8>`
to see what's in there.