Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

ITT the ABC Programming Language

Name: Anonymous 2008-07-29 19:29

#include <stdio.h>

int main(int argc,char argv*[]){
  int i = 0;
  int BUFFA;

  while(argv[i]!='\0'){
    if(argv[i]='a')
      BUFFA++;
    else if(argv[i]='b')
      BUFFA--;
    else if(argv[i]='c')
      printf("%i\n",BUFFA);
    else printf("%s","Error.\n");
  }
}

Name: Anonymous 2008-10-27 20:20

ABC interpreter v0.0.1a by /prog/
I don't want my name on that, and the superior implementations ITT are no less open.

/* this (rather than just printf(progstr);) is to stop users from putting placeholders in the program string, causing printf() to parse them */
I lol'd.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List