You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HAI 1.4
CAN HAS STDIO?
I HAS A file
file R I IZ STDIO'Z OPEN YR "read.dat" AN YR "r" MKAY
file R I IZ STDIO'Z OPEN YR "write.dat" AN YR "w" MKAY
file R I IZ STDIO'Z OPEN YR "write.dat" AN YR "a" MKAY
file R I IZ STDIO'Z OPEN YR "write.dat" AN YR "r+" MKAY
file R I IZ STDIO'Z OPEN YR "write.dat" AN YR "w+" MKAY
file R I IZ STDIO'Z OPEN YR "write.dat" AN YR "a+" MKAY
KTHXBYE
Saying: variable does not exist: STDIO
The text was updated successfully, but these errors were encountered:
This sounds a lot like you're not working with the future branch. CAN HAS STDIO? is only available in the future branch, and you'll need to rebuild the project once you switch branches.
My tests seem to work just fine with your sample code. If your error persists, could you give us more information about your build environment?
The fopen test fails:
Saying: variable does not exist: STDIO
The text was updated successfully, but these errors were encountered: