summaryrefslogtreecommitdiff
path: root/modules/xcos/demos/event.dem.gateway.sce
blob: 6b2ce1b5ee0222181fdba7baf213ac4fe68caab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2008 - INRIA
// Copyright (C) 2009-2010 - DIGITEO
//
// This file is released under the 3-clause BSD license. See COPYING-BSD.

subdemolist = [_("If Then Else") , "Event/event_if_then_else.dem.sce"; ...
               _("And")          , "Event/event_and.dem.sce"         ; ...
              ];

subdemolist(:,2) = SCI + "/modules/xcos/demos/" + subdemolist(:,2);