ficlHashCode
word->hash = ficlHashCode(name);
ficlUnsigned16 hashCode = ficlHashCode(name);
FICL_PLATFORM_EXTERN ficlUnsigned16 ficlHashCode(ficlString s);
ficlStackPushUnsigned(vm->dataStack, ficlHashCode(s));
hashCode = ficlHashCode(name);
ficlUnsigned16 hashCode = ficlHashCode(name);