Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 352 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 352 Bytes

hello

<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0" datamodel="ecmascript">  
  <final id="hello">  
    <onentry>  
      <script>console.log ("hello")</script>  
    </onentry>  
  </final>  
</scxml>

run hello.scxml using scxmlrun

$ scxmlrun hello.scxml  
hello