Skip to content

Instantly share code, notes, and snippets.

@JIElite
Created November 8, 2014 12:05
Show Gist options
  • Save JIElite/e61ad8500f3d498d7536 to your computer and use it in GitHub Desktop.
Save JIElite/e61ad8500f3d498d7536 to your computer and use it in GitHub Desktop.
{
int n1; //在 func scope裡面宣告變數
n1 = 5; //將傳入的參數 assign. 美其言是傳入參數 實際上是將 5 複製 給 n1
.......... //才做 { } 內要做的statements
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment