def a = "生"
def b = "死"
println ((a as char & b as char) as char)
ここから確認できます。
-
https://groovyconsole.appspot.com/
- 日本語は化けちゃったので↑コピペでお願いします。
Go to list of users who liked
More than 5 years have passed since last update.
def a = "生"
def b = "死"
println ((a as char & b as char) as char)
Register as a new user and use Qiita more conveniently
Go to list of users who liked