Skip to content

Instantly share code, notes, and snippets.

@rhalff
Created February 28, 2014 18:41
Show Gist options
  • Save rhalff/9277014 to your computer and use it in GitHub Desktop.
Save rhalff/9277014 to your computer and use it in GitHub Desktop.
Collects an earlier created group
title: Collect support
description: Collects an earlier created group
# Create an array
'This' -> [0] in Array(array/create)
'Is' -> [1] in Array
'Just ' -> [2] in Array
'A' -> [3] in Array
'Test' -> [4] in Array
# Spit them out one by one
Array out => in Lower(string/toLowerCase)
# Collect them again.
Lower out >= msg Log(console/log)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment