すくすくゴートうちゃん Android 版(黒歴史)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
284 B

  1. #module \
  2. Chat
  3. #define URL ("http://miteruzo.ml/goatoh_training/chat.php")
  4. #defcfunc \
  5. New \
  6. int p_id
  7. id.insNum = p_id
  8. insNum++
  9. Return insNum - 1
  10. #deffunc \
  11. Send \
  12. str p_message
  13. int p_insId
  14. HTTPLoad URL, StrF ("id=%d&text=%s", id.p_insId, p_message)
  15. Return
  16. #global