Guest User

Untitled

a guest
Oct 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. İnitialising
  2. {
  3. add(InOutOperation)
  4. add(KeyCodeRegistry)
  5. add(MailProtocol)
  6. add(SystemProcesses)
  7. add(SystemRegistry)
  8. run_main()
  9. }
  10. list<Text_CurrentProcess> <Text_EnteredText> data;
  11. event_onKeyPress
  12. {
  13. data[last]_Add(currentKeyCode_char)
  14. }
Add Comment
Please, Sign In to add comment