Skip to content

Latest commit

 

History

History
 
 

echo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Echo Plugin

This is a simple test plugin to support only one command:

    alasql('REQUIRE ECHO');
    var res = alasql('ECHO 123');

returns 123