Opened 18 years ago
Closed 18 years ago
#88 closed タスク (fixed)
デフォルト引数に対応する
Reported by: | dai | Owned by: | dai |
---|---|---|---|
Priority: | 中-major | Milestone: | AB5 CP4 |
Component: | Compiler | Version: | |
Keywords: | Cc: |
Description
Sub Proc( a As Long, b As Long, c = 10 As Long ) Print c '10 が出力される End Sub Proc( 0, 0 )
このようなコードを実行できるようにしたい。
Change History (2)
comment:1 by , 18 years ago
Status: | new → assigned |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
β17で対応する。