webmcp

diff framework/env/slot/put.lua @ 0:9fdfb27f8e67

Version 1.0.0
author jbe/bsw
date Sun Oct 25 12:00:00 2009 +0100 (2009-10-25)
parents
children b0f5e7955ffd
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/framework/env/slot/put.lua	Sun Oct 25 12:00:00 2009 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +--[[--
     1.5 +slot.put(
     1.6 +  string1,  -- string to be written into the active slot
     1.7 +  string2,  -- another string to be written into the active slot
     1.8 +  ...
     1.9 +)
    1.10 +
    1.11 +This function is used to write strings into the active slot.
    1.12 +
    1.13 +-- NOTE: ACCELERATED FUNCTION
    1.14 +-- Do not change unless also you also update webmcp_accelerator.c
    1.15 +
    1.16 +--]]--
    1.17 +
    1.18 +function slot.put(...)
    1.19 +  return slot.put_into(slot._active_slot, ...)
    1.20 +end
    1.21 \ No newline at end of file

Impressum / About Us