Skip to content

Instantly share code, notes, and snippets.

@evverx

evverx/m4src Secret

Last active December 17, 2015 11:57
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 evverx/31b50ec656413bd3e627 to your computer and use it in GitHub Desktop.
Save evverx/31b50ec656413bd3e627 to your computer and use it in GitHub Desktop.
The value of `VER' is "VER".
ifdef(`VER', ``VER'' is defined to be VER., VER is not defined.)
ifelse(VER, 1, ``VER'' is `VER'.)
ifelse(VER, 2, ``VER'' is `VER'., ``VER'' is not 2.)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment