質問編集履歴

3

リンクの張り直し

2018/10/07 19:28

投稿

ruei
ruei

スコア284

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  Schemeのコードを解読しています。
2
2
 
3
- [libctl/io-vars.scm](https://github.com/stevengj/libctl/blob/master/base/io-vars.scm)
3
+ [libctl/class.scm](https://github.com/stevengj/libctl/blob/master/base/class.scm)
4
4
 
5
5
  の196-211行目を見ると、
6
6
 

2

誤字訂正

2018/10/07 19:28

投稿

ruei
ruei

スコア284

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  ```Java
54
54
 
55
- void func(int... a){
55
+ void func(Object... a){
56
56
 
57
57
  }
58
58
 

1

タイトルを内容に沿うように変更

2018/10/07 19:23

投稿

ruei
ruei

スコア284

test CHANGED
@@ -1 +1 @@
1
- Schemeのコードの(define (a b . c) A)の「.」の意味とは
1
+ Schemeのコードの(define (a b . c) A)の「.」の働きとは
test CHANGED
File without changes