f-carraro

Results 2 issues of f-carraro

Hello, I tried compiling the following sample program as an αcτµαlly pδrταblε εxεcµταblε: ``` int main() { char str[100]; printf("Enter a value :"); scanf("%s", str); printf("\nYou entered: %s", str );...

contributions welcome

Right now a\a returns an error. It would be nice if it behaved like newer Ks where it performs base conversion. a/ and a\ would be inverses, for example: ```...

enhancement