Identifier

Top  Previous  Next

Any 'name' for a variable, a function, a subroutine, a constant, or any other 'thing' you may call or refer to within a program. In the statement x = 5, x is an identifier. An existing keyword cannot be used as an identifier, since it already has a fixed meaning as part of Tibbo Basic syntax.