[text] when were curly brackets invented
ALL
SHOPPING
IMAGES
NEWS
VIDEOS
Only when Ken looked at the then new Teletype model 37 keyboard and notice the new curly bracket symbols, minted in 1967, did he choose them as the section brackets for his new programming language. Nov 24, 2015
People in 1966:
CSCall omp_set_num_threads(np)
CSomp parallel do shared(DeformE)
CSomp private(DOT, tp, Load, EHDFac, cp, tp)
CSomp parallel do
thread size ! global variables ! local variables
DO j=1, COL
DO k=1, ROW
IF (DOT(j, k). NE. 0) THEN cp=DeformE(j, k)
tp=0. 0
DO i=1, DOT (COL, ROW)
tp=tp+FlexParaE(DOT(j, k), i)*(Load(1, i)+Load(2, i))
END DO
DeformE(j, k)=(1-BHDFac)*cp+EHDFac*tp
END IF
END DO
END DO
CSomp end parallel do
GIPHY App Key not set. Please check settings