forked from starnakin/IronGOLEM
7 lines
44 B
Plaintext
7 lines
44 B
Plaintext
getchar()
|
|
{
|
|
local c;
|
|
red &c;
|
|
return c;
|
|
}
|