Skip to content

Instantly share code, notes, and snippets.

@seeni-dev
Last active September 21, 2018 08:11
Show Gist options
  • Select an option

  • Save seeni-dev/90fedfaab49ea875ab5ce1883dd77efd to your computer and use it in GitHub Desktop.

Select an option

Save seeni-dev/90fedfaab49ea875ab5ce1883dd77efd to your computer and use it in GitHub Desktop.
shell declaring varaibles
numberVariable=3;
realVariable=3.14;
stringVariable_1=pi;
stringVariable_2="pi";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment