Comp Science | INFJ Forum

Comp Science

Code:
//board.pseudocode
if (awesome(CS)) then
{
  if board.exists(computerscience)
  message("Already exists, w00t!\n");
  else
  {
    board.create(computerscience);
    message("Creating CS board, w00t!\n");
  }
}
else
message("Who are you kidding? CS is awesome!");
Code:
c:\Users\Laofmoonster>pseudogcc board.pseudocode
compiled in 352ms
c:\Users\Laofmoonster>board.exe
Already exists, w00t!
c:\Users\Laofmoonster>exit
(Apologies for using Windows)
 
Last edited:
  • Like
Reactions: Faye
Code:
if NUMBER_OF_CODERS > 0 then {
  Dim CodingUser as Variant
  For Each CodingUser in Members.Coders
    PM.Send(CodingUser, "Why aren't you posting code or asking questions?")
  Next CodingUser
}
else {
  threads.delete("Comp Science")
}
How do you like my mix of VB & C? Ain't it great?! Even more important - will it compile?

EIDT: My mouse is being really dumb. Specifically the left-click button. It will click randomly whether or not I have it depressed. So when I quit being lazy I'll write a program to use my joystick as my mouse. Then my copy & paste will actually work! :)
 
Last edited: