blob: 48cb7eb354b586e5e5926e6c0ffaebcd99f2dc3a [file] [log] [blame]
-------------------------------------------------------------------------------
-- Copyright (c) 2006-2013 Fabien Fleutot and others.
--
-- All rights reserved.
--
-- This program and the accompanying materials are made available
-- under the terms of the Eclipse Public License v1.0 which
-- accompanies this distribution, and is available at
-- http://www.eclipse.org/legal/epl-v10.html
--
-- This program and the accompanying materials are also made available
-- under the terms of the MIT public license which accompanies this
-- distribution, and is available at http://www.lua.org/license.html
--
-- Contributors:
-- Fabien Fleutot - API and implementation
--
-------------------------------------------------------------------------------
-- The message numbered (1) will display at compilation, i.e. before
-- (2) is displayed (supposing that compilation and execution are
-- both requested)
print "(2) This is a runtime message: Hello world!"
-{ print "(1) This is a compile-time message: Hello world!" }