C:\> uCalc uCalc Console Calculator 3.00 [Online Demo Edition] Copyright 2014 by Daniel Corbier Type your math expressions at the prompt. > 3+4 7 > Solve(x^2 + 50 = 150) 10 > #Def Func: Area(Length, Width) = Length * Width > #Def Func: Area(side) = side ^ 2 > > Area(5, 10) + Area(3) 59 > MyVar = 20 > Range(1, MyVar, "x^2", Delim(",")) 1,4,9,16,25,36,49,64,81,100,121,144,169,196,225,256,289,324,361,400 > > Retain("<html> code <p> etc </p> 1234 </html>", "<{tag}>") <html><p></p></html> > > Dim ASCII_Values =""; uc_For(x, 65, 90, 1, ASCII_Values +=Chr(x)) > ASCII_Values ABCDEFGHIJKLMNOPQRSTUVWXYZ >
Select examples from here:
Misc
Function definitions
String handling
String library
List types
Symbolic