~ubuntu-branches/ubuntu/raring/laby/raring

« back to all changes in this revision

Viewing changes to data/run/ruby/help

  • Committer: Bazaar Package Importer
  • Author(s): Mehdi Dogguy
  • Date: 2009-08-04 14:14:54 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090804141454-m4wr0tsgqwd091io
Tags: 0.5.2-1
* New Upstream Version
  - Ruby mode
  - New uptream homepage
* Add ruby to the list of compilers in the dependency field and as
  a suggestion.
* Update watch file
* Update homepage field
* Update the category in menus (menu, desktop): LogicGame
* Bump standards version to 3.8.2
* Fix permission of run/*/command files (add executable bit)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
basic:
 
2
laby_name_forward
 
3
laby_name_left
 
4
laby_name_right
 
5
laby_name_door_open
 
6
 
 
7
rocks:
 
8
laby_name_take
 
9
laby_name_drop
 
10
 
 
11
loop:
 
12
while laby_name_look() == laby_name_Void
 
13
  ...
 
14
end
 
15
 
 
16
function:
 
17
def f
 
18
  ...
 
19
end
 
20
 
 
21
conditional:
 
22
if laby_name_look() == laby_name_Web
 
23
  ...
 
24
else
 
25
  ...
 
26
end