Mini App Document Mini App Document
  • Start
  • Configuration
  • Framework
  • Custom Components
  • Basic ability
  • Configuration
  • Interface
  • FXML syntax
  • FXS syntax
API
Components
IDE
  • Developer
  • Operator
  • Start
  • Configuration
  • Framework
  • Custom Components
  • Basic ability
  • Configuration
  • Interface
  • FXML syntax
  • FXS syntax
API
Components
IDE
  • Developer
  • Operator
  • Configuration

  • Interface

  • FXML syntax

  • FXS syntax

    • Introduction to FXS
    • Module
    • Variable
    • Comment
      • operator
      • statement
      • Data type
      • Base class library
    • Framework
    • FXS syntax
    2022-08-09
    Directory

    Comment

    FXS has 3 main methods of annotation.

    # Sample code

    <!-- fxml -->
    <fxs module="sample">
    Method one: A single-line comment
    
    /*
    Method two: Multi-line comments
    */
    
    /*
    Method three: End comment. That is, all FXS codes starting with /* and onwards are commented
    
    var a = 1;
    var b = 2;
    var c = "fake";
    
    </fxs>
    

    In the above example, all FXS code is commented out.

    the only difference between > Method Three and Method Two is that there is no */ terminator.

    Last update: 2022/08/11, 20:42:12
    Variable
    operator

    ← Variable operator→

    Copyright © 2020-2024 Neuxnet
    • Follow System
    • Light Mode
    • Dark Mode
    • Reading Mode