Documentation for Jinni File: jda.pro
In this file the ascii values of various useful characters are defined
Authored by:
Date:June, 2003
True if Number is the ascii number of an at sign (*)
back_slash/1
Forms: back_slash(?Number)
True if Number is the ascii number of a (forward) slash (/)
comma/1
Forms: comma(?Number)
True if Number is the ascii number of a comma (,)
jda/0
left_bracket/1
Forms: left_bracket(?Number)
True if Number is the ascii number of a left bracket ([)
left_parenthesis/1
Forms: left_parenthesis(?Number)
True if Number is the ascii number of a left parenthesis (()
line/1
Forms: line(?Number)
True if Number is the ascii number of a vertical line (|)
minus/1
Forms: minus(?Number)
True if Number is the ascii number of a minus sign (-)
newline/1
Forms: newline(?Number)
True if Number is the ascii number of a newline (\n)
period/1
Forms: period(?Number)
True if Number is the ascii number of a period (.)
plus/1
Forms: plus(?Number)
True if Number is the ascii number of a plus sign (+)
question/1
Forms: question(?Number)
True if Number is the ascii number of a question mark (?)
quote/1
Forms: quote(?Number)
True if Number is the ascii number of a quotation mark
right_bracket/1
Forms: right_bracket(?Number)
True if Number is the ascii number of a right bracket (])
right_parenthesis/1
Forms: right_parenthesis(?Number)
True if Number is the ascii number of a right parenthesis ())
slash/1
Forms: slash(?Number)
True if Number is the ascii number of a back slash (\)
space/1
Forms: space(?Number)
True if Number is the ascii number of a space ( )
star/1
Forms: star(?Number)
True if Number is the ascii number of a star (*)
tab_sign/1
Forms: tab_sign(?Number)
True if Number is the ascii number of a tab sign (\t)
white_space/1
Forms: white_space(?X)
True if X is a space, tab, or newline ascii value.
x/1
Forms: x(?Number)
True if Number is the ascii number of an x (x)
JinniDoc © 2003-2005 Chico Toepfer