touque.ca > Education Commons > Turing

Special Characters


const DIVISION_SIGN := chr (247)
const EXPONENT_1 := chr (185)
const EXPONENT_2 := chr (178)
const EXPONENT_3 := chr (179)

put "x", EXPONENT_1
put "x", EXPONENT_2
put "x", EXPONENT_3

put "x" + EXPONENT_2 + " " + DIVISION_SIGN
	 + " x" + EXPONENT_1 + " = x"

touque.ca > Education Commons > Turing

[This page last updated 2020-12-23 at 12h13 Toronto local time.]