AINE: Accelerated Interactive Narrator Engine
  • Download
  • References
  • Games
  • Wiki
  • Facebook Twitter
  • Name

    /* */ (multiline comment)

  • Examples

    /*
    Multiline comment
    How to write multiline comments
    */.


    Player:{
    name: "Adrian"
    gender: "male"
    tooltip: "This is you"

    /*
    Note to self:
    Remember to find an image for the player
    Consider a description for player
    Update tooltip according to desc
    */
    }
  • Description

    Everything between the open and close multiline comment operators will not be read by the program.

    This unread part of the code can be used to hold comments etc. without causing errors in the program.
  • Syntax

    • /* comment */
  • Related

    • // (comment)

  • Contact
  • Terms of Use
  • GitHub
  • Drakkashi.com

The copyright of all images rendered by me goes to their respective owners.
© 2008 Daniel Svejstrup Christensen