Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 990 Bytes

Demo.md

File metadata and controls

57 lines (40 loc) · 990 Bytes

LiaScript Example

Coding C++

#include <iostream>
using namespace std;

int main() {
    int a = 12;
    int rslt = 0;
    for(int i=1; i<a; ++i) {
        rslt += i;
        cout << "rslt: " << rslt << endl;
    }
    cout << "final result = " << rslt << endl;
    return 0;
}

@JSCPP.eval

Graphics

            Simple-Signal Plot
  |  R G B
y |          
- |rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

axis | *** *** | *** *** *** *** *** |*** *** *** +------------------------------- 1 x-axis 100.5

Quizzes

[[ ]] Add as many elements as you want? [[X]] The X marks the correct answer! [[ ]] ... this is wrong ... [[X]] ... this has to be selected too ...