Blog Post

Small Basic Blog
1 MIN READ

Small Basic - Case-Insensitive

NonkiTakahashi's avatar
NonkiTakahashi
Iron Contributor
Feb 13, 2019
First published on MSDN on Jul 11, 2016

Authored by Nonki Takahashi


Small Basic is case-insensitive.  But how?

Following characters have upper and lower case.

  • Latin (ex. A, a)

  • Greek (ex. Β, β)

  • Cyrillic (ex. Д, д)

  • Armenian (ex. Ե, ե)


Following texts are case-insensitive.  And other texts are case-sensitive.

  • array index

  • color name

  • dictionary word

  • file path (excluding URL)

  • flickr tag

  • logical value


See Also



Published Feb 13, 2019
Version 1.0
No CommentsBe the first to comment