Faited

Testing More Computer Things

Jul 18th, 2022 (edited)
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. channel_info = {}
  2. channel_info.channel = {"hello"}
  3. channel_info.signal = {"chump"}
  4.  
  5. print(channel_info.channel[1])
Add Comment
Please, Sign In to add comment