Skip to content

Commit

Permalink
clear func-values.gop
Browse files Browse the repository at this point in the history
  • Loading branch information
tsingbx committed Oct 9, 2023
1 parent bd4ea02 commit 578eeaf
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions 204-Function Values/func-values.gop
Original file line number Diff line number Diff line change
@@ -1,15 +0,0 @@
// Go+ has various value types including strings,
// integers, floats, booleans, etc. Here are a few
// basic examples.

// Strings, which can be added together with `+`.
println "go+"+"lang"

// Integers and floats.
println "1+1 =", 1+1
println "7.0/3.0 =", 7.0/3.0

// Booleans, with boolean operators as you'd expect.
println true && false
println true || false
println !true

0 comments on commit 578eeaf

Please sign in to comment.