stason.org logo lotus


previous page: L19) What is a pattern?page up: BETA Programming Language FAQnext page: L21) What characters are allowed in BETA identifiers?

L20) Are identifiers and keyworks case-sensitive in BETA?

 Books
 TULARC
















Description

This article is from the FAQ, by with numerous contributions by others.

L20) Are identifiers and keyworks case-sensitive in BETA?

Neither identifiers nor keywords of the BETA language are case-sensitive.
That is, the identifier hello is the same as the identifier HELlo, and the
keyword INNER is the same as the keywork inner. However, there is one
exception from this rule. Identifiers used for declaring Externals are
case-sensitive (due to identifiers in the C programming language being
case-sensitible). Please refer to the Compiler Manual for details.

 

Continue to:


Share and Enjoy

Bookmark this story so others can enjoy it:
  • digg
  • Reddit
  • del.icio.us
  • Furl
  • Wists

Tags

programming







TOP
previous page: L19) What is a pattern?page up: BETA Programming Language FAQnext page: L21) What characters are allowed in BETA identifiers?