iT邦幫忙

3

蠻可愛的 golang #12

  • 分享至 

  • xImage
  •  

今天介紹if else.

// hello15
package main

import (
	"fmt"
)

func main() {
	bool1 := false
	if bool1 {
		fmt.Println("The value is true")
	} else {
		fmt.Println("The value is false")
	}
}

執行結果:

$ ./hello15 
The value is false

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 則留言

0
總裁
iT邦好手 1 級 ‧ 2014-07-15 15:03:25

好失敗的一隻程式....失神

我要留言

立即登入留言