-
Notifications
You must be signed in to change notification settings - Fork 50
Manual:DIL Manual atoi()
iamnove edited this page Jan 18, 2023
·
57 revisions
integer atoi ( s : string ) s : A string with a number. return: The number in the string. Example: i := atoi("42");