-
Notifications
You must be signed in to change notification settings - Fork 1
Xcalc: Utility Functions
Read Stanton edited this page Feb 9, 2021
·
12 revisions
-
String contains function
-
Type:
Function -
Determines whether str contains substring find
-
Type:
Function -
Returns the char (as string) at i in str
-
Converts str to a list
-
Type:
Function -
Returns str as a list
-
Adds element to list and returns the modified list
-
Type:
Function
-
Converts list to a string
-
Type:
Function
-
Returns the index of val in list;
0otherwise -
Type:
Function
-
Type:
Program -
Stores function into
f_(x)
-
Type:
Program -
Stores function into function variable with name name and variable var