blob: a6f1d5f3f7b2a69c7f1a30b82114d05aed4f7586 [file] [log] [blame]
###############################################################################
# Copyright (c) 2005, 2007 IBM Corporation 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
#
###############################################################################
sort_array([1,2])
def sort_array (arr)
arr ## expr arr => Array%
end