5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

日本語クラスを作る

Posted at

変数などに日本語や絵文字が使えると書いてあるから、クラスにも使えるんじゃないかと試してみる。

##コード

class.swift
class 数学 {
    class func 乱数() -> UInt32 {
        return arc4random()
    }
}

数学.乱数() % 4 //0~3の値

##結論
おもしろい。

##参考

5
5
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?