admin
#Add the symbols A-Z;
for (-> "[i]" 65) (<= [i] 90) (++ "[i]") {
symbol create (string char [i];) "en";
};
#Add the symbols a-z;
for (-> "[i]" 97) (<= [i] 122) (++ "[i]") {
symbol create (string char [i];) "en";
};
#Add the symbols 0-9;
for (-> "[i]" 48) (<= [i] 57) (++ "[i]") {
symbol create (string char [i];) "en";
};
mentdb
Symbol S[9] created with successful in the language 'en'.
admin
node show S[a];
mentdb
{
"fl": {
"io": {
"ltl": null,
"ftl": null
},
"en": {
"ltl": null,
"ftl": null
},
"fr": {
"ltl": "TL[62617365 1 fr]",
"ftl": "TL[61646d696e 0 fr]"
}
},
"w": 23,
"k": "S[a]"
}