Standard Librarylang std tests module IdOn this pagemodule Idrascal-0.33.7Usageimport lang::std::tests::Id;Dependenciesimport lang::std::Id;import Exception;Teststest id1test bool id1() = Id _ := [Id] "a";test id2test bool id2() = Id _ := [Id] "A";test id3test bool id3() = Id _ := [Id] "aA1";test id4test bool id4() = Id _ := [Id] "1aA";