Skip to content

Instantly share code, notes, and snippets.

@pawelpabich
Created June 30, 2016 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pawelpabich/9c4d38e5522d914dd5981c5052b8dc9d to your computer and use it in GitHub Desktop.
Save pawelpabich/9c4d38e5522d914dd5981c5052b8dc9d to your computer and use it in GitHub Desktop.
let value =
match "MyVariableName" |> Octopus.tryFindVariable with
| Some x -> x
| None -> "not available"
printfn "Hello %s" value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment