Advertisement
Guest User

Untitled

a guest
Aug 9th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Unicon 0.13 KB | None | 0 0
  1.      favcolor: "red"
  2.      is_favcolor_blue: "'$favcolor' == 'blue'"
  3.  
  4.      http_port: "80"
  5.      is_port_ok: "'$http_port' == '80'"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement