|
link to this page:
http://pastebin.antiyes.com/pastebin/index295.html
download this file: click here
|
description/question:
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
|
Mr Weeks,
So it seems that today i've caught a bug. Mostly a stomach thing accompanied by a headache. I'd come to work but sharing is not one of my strong suites, although if I'm feeling better I'll be in.
in other words:
if(!in)
{
JohnBoker.isSick = true;
JohnBoker.workFromHome();
}
else
{
JohnBoker.isSick = false;
JohnBoker.workFromWorkInOfficeBehindDeskInChairInFrontOfMonitors();
}
--
John Boker
|
|
|
|
|