Diff for /rpl/modules/motif/example.rpl between versions 1.1 and 1.2

version 1.1, 2017/07/04 12:32:03 version 1.2, 2017/07/05 13:53:40
Line 0 Line 1
   #!/usr/local/bin/rpl -spd
   
   MOTIF
   <<
       "motif.rplso" use
       -> MOTIF
       <<
           APPLICATION
           MOTIF remove
       >>
   >>
   
   
   APPLICATION
   <<
       "Test application" XtAppInitialize
       -> XT_APP TOPLEVEL_WIDGET
       <<
           TOPLEVEL_WIDGET XtRealizeWidget
           XT_APP XtAppMainLoop
       >>
   >>

Removed from v.1.1  
changed lines
  Added in v.1.2


CVSweb interface <joel.bertrand@systella.fr>