-- Fixed: I was le tired....
I'm kinda new to OC just moved over from cc and I'm loving the mod!!
I was curious if someone who knows how event.listen handles its callback function?
I tried to make a simple wireless network port listener just for testing and to my avail i couldnt get it to work the way i intended...
Example below:
local component = require "component"
local event = require "event"
local modem = component.modem
modem.open( 1 )
## I was assuming that event.listen would feed the signal/event with its parameters
## to the callback function.. reason why not? I'm no pro b