Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
wret = isUpper("FOOBAR");
print(wret);

Print true

Example 2

Code Block
wret = isUpper("aAA2345f.FF");
print(wret);

...